@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px; font-family: "Arial"}
img{ border:0;}
a{ text-decoration:none; color:#333;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{width:1200px; margin: 0 auto; }
.w1200{ width:1280px; margin: 0 auto; }
.w1440{ width:1400px; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
body{overflow-x:hidden}

*:focus{   
	border:none;
}


.h_logo{width:265px; height:84px; float:left;  display: flex; align-items: center;}
.h_logo img{width:230px; height: auto; display: block; float: left}
.h_logo dl{float: left; margin-left: 10px}
.h_logo dl dt{color:#fff; font-size: 30px; font-weight: bold; line-height:35px;}
.h_logo dl dd{color:#999999; font-size:12px; }
.h_wx,.h_ma{width:5%; height: 84px; float: right; position: relative; height: 100% }
.h_wx{background:#F9A23A url(../images/wx_icon.png) no-repeat center;}
.h_ma{ background:#F9A23A url(../images/sj_icon.png) no-repeat center;}
.h_wx img,.h_ma img{width:100px; height: auto; display: block; position: absolute; top:84px;  display: none; z-index: 999}
.h_ma img{left:0;}
.h_wx img{right:0}
.h_wx:hover img{display: block}
.h_ma:hover img{display: block}
.h_icon{width:1px; height:20px; background: #dedede; float: right; margin:33px 15px 0}



/* 导航栏 */
.header_nav{height:84px; width:100%; z-index: 9; background: rgba(27,27,27,0.9); padding-left: 2%; position: absolute; top:0; left:0 }
.nav{ height:84px; width:770px; position: relative; z-index: 9; float: right; margin-right: 20px }
.nav .nLi{position:relative;float:left;display:inline;height:84px; width:110px;}
.nav .nLi h3{ font-weight: normal; width:100%; height:50px;}
.nav .nLi h3 p{height:auto; color:#fff; font-size:16px;   width:auto; position: relative; text-align: center; line-height:82px;  display: table; margin: 0px auto; }
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#fff;  }
.nav .sub{position:absolute;top:80px;left:50%; z-index:999;display:none;padding:0;width:140px; margin-left: -70px; background:#fff;line-height:26px; } 
.nav .sub li{height:auto;border-bottom:1px solid #eee;text-align:center;line-height:26px;zoom:1; overflow: hidden; padding: 4px 0}
.nav .sub li p{float:left;margin:0;width:100%; font-size:14px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{font-weight: bold; border-bottom:2px solid #fff}
.nav .nLi.active h3 span,.nav .nLi:hover h3 span{opacity: 1}
.sub li:hover a{color:#F9A23A;}




/* 首页:banner */
.banner{ width:100%; height:960px; position: relative; overflow: hidden;  }
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:auto; position: absolute; bottom:70px; right:20%; width:auto}
.banner .slideBox .hd ul{overflow:hidden;zoom:1;margin: 0px auto; width:auto;  display: table}
.banner .slideBox .hd ul li{width:auto;height:12px; width: 12px; cursor:pointer; border-radius: 50%; border: 1px solid #fff;  position: relative; float: left;text-indent: -999px; margin: 0 10px; }
.banner .slideBox .hd ul li.on{background:#fff}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:960px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1; position: relative}
.banner .slideBox .bd li a{width:100%; height:960px; display: block;}
.banner .slideBox .bd li img{vertical-align: bottom; width: 100%; height: auto;transition: all 5.5s;}
.banner .slideBox .prev,.banner .slideBox .next{ position:absolute;  top:50%; margin-top:-24.5px; display:block; width:49px; height:49px; }
.banner .slideBox .next{ right:10%; background: url(../images/ban_right.png) no-repeat center}
.banner .slideBox .prev{ left:10%; background: url(../images/ban_left.png) no-repeat center}
.banner .slideBox .next:hover,.banner .slideBox .prev:hover{opacity: 1}
.ban_dian{width:461px; height: 461px; background: rgba(249,162,58,0.8); position: absolute; bottom:-328px; left:50%; margin-left: -230.5px; border-radius: 50%; 
	text-align: center; padding-top: 42px;}
.ban_dian span{color:#ffffff; font-size: 14px; display: block; margin-bottom:20px;}
.ban_dian img{animation:mymove 4s infinite;}

@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}





/*关于我们*/
.index_about{width:100%; height: 706px; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat center; padding-top: 78px;}
.index_about_left{width:725px; height: auto; float: left; padding-left: 100px}
.in_about_t{width:100%; height: auto;  position: relative}
.in_about_t:after{content: ""; width:194px; height: 1px; background: #333333; left:-100px; top:50px; position: absolute }
.in_about_t h4{width:100%; height:50px; line-height: 50px; color:#333333; font-size: 30px; font-family: "Arial"; font-weight:900; text-transform: uppercase}
.in_about_t h4 span{color:#F9A23A; font-size: 30px;}
.in_about_t h5{width:100%; height:50px; line-height: 50px; color:#333333; font-size: 24px; }
.index_about_left h3{color:#333333; font-size: 24px; margin-top:40px}
.in_about_xx{width:100%; height: 138px; overflow: hidden; color:#666666; font-size: 16px; line-height: 30px; margin-top: 40px; display: block}
.about_more{width:210px; height: 58px; display: block; background: #F9A23A; text-align: center; line-height: 58px; border-radius: 35px; font-size:16px; color: #fff; margin-top: 100px;}
.index_about_video{width:91px; height: auto; float: right; margin-right:275px; margin-top:200px;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_about_video img{width:100%; height: auto; display: block}
.about_more:hover{border: 1px solid #F9A23A; background: none; color:#F9A23A}
.index_about_video:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}

/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}


/*产品*/
.index_product{width:100%; height:904px; background: url(../images/product_bjs.jpg) no-repeat center; padding-top: 80px;}
.index_product_title{width:100%; height: auto; overflow: hidden}
.index_product_title dl{width:auto; float: left; position: relative; padding-left: 100px;}
.index_product_title dl dt{width:100%; height:50px; line-height: 50px; color:#fff; font-size: 30px; font-family: "Arial"; font-weight:900; text-transform: uppercase}
.index_product_title dl dd{width:100%; height:50px; line-height: 50px; color:#fff; font-size: 24px;}
.index_product_title dl:after{content: ""; width:194px; height: 1px; background:rgba(255,255,255,0.3); left:0; top:50px; position: absolute }
.index_product_title p{float: left; color:#ffffff; font-size: 16px; margin-top: 66px; margin-left: 30px;}
.inedx_product_all{width:100%; height: auto; margin-top: 50px; position: relative}
.inedx_product_all .swiper-slide a{width: 100%; height: 100%; display: block}
.in_pro_pic{width: 100%; height: auto; display: block; position: relative; overflow: hidden}
.in_pro_img{width:100%; height: auto; display: block}
.in_product_hover{width:100%; height: 100%; background: rgba(249,162,58,0.8); position: absolute; top:0; left:0; text-align: center; padding-top: 40%;opacity: 0; }
.in_product_hover img{width:150px; height: 60px; display: block; margin: 0px auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_product_hover span{color:#fff; display: block; font-size: 16px; color: #fff; margin-top: 20px;}
.in_pro_t{width:340px; height: 53px; background: url(../images/p_tt.png) no-repeat center; line-height: 53px;  font-size: 16px; color: #333333; text-align: center; margin-top:10px; }
.inedx_product_all .swiper-slide a:hover .in_product_hover{opacity: 1}
.inedx_product_all .swiper-slide a:hover .in_pro_t{background: url(../images/p_htt.png) no-repeat center; color:#fff}
.inedx_product_all .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.inedx_product_all .swiper-button-next,.inedx_product_all .swiper-button-prev{width:49px; height:49px;}
.inedx_product_all .swiper-button-next{background: url(../images/p_right.png) no-repeat center; right:-70px;}
.inedx_product_all .swiper-button-prev{background: url(../images/p_left.png) no-repeat center; left:-70px;}
.in_pro_more{width:210px; height: 58px; background: #F9A23A; border-radius: 35px; text-align: center; line-height: 58px; font-size: 16px; color: #fff; display: block; margin:58px auto 0;}
.in_pro_more:hover{background: #fff; color:#F9A23A}



/*案例*/
.index_case{width:100%; height: auto; overflow: hidden; margin-top:60px; }
.index_news_title{width:1400px; height: auto; margin: 0px auto; overflow: hidden}
.index_news_title dl{width:auto; float: left; position: relative; padding-left: 100px;}
.index_news_title dl:after{content: ""; width:194px; height: 1px; background: #333333; left:0; top:50px; position: absolute }
.index_news_title dl dt{width:100%; height:50px; line-height: 50px; color:#333333; font-size: 30px; font-family: "Arial"; font-weight:900; text-transform: uppercase}
.index_news_title dl dt span{color:#F9A23A; font-size: 30px;}
.index_news_title dl dd{width:100%; height:50px; line-height: 50px; color:#333333; font-size: 24px; }
.index_news_title p{float: left; color:#333333; font-size: 16px; margin-top: 66px; margin-left: 30px;}
.index_case_left{width:50%; height: auto; float: left; margin-top: 44px;}
.index_case_left .swiper-slide a{width:100%; height: auto; display: block}
.index_case_left .swiper-slide a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_left .swiper-slide a h4{width:80%; height: auto; position: absolute; bottom:0; right:120px; color:#ffffff; font-size: 16px; height: 60px; line-height:60px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: right; padding-right:6%}
.index_case_left .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_case_left .swiper-button-next,.index_case_left .swiper-button-prev{width:60px; height: 60px; top:auto; bottom:0}
.index_case_left .swiper-button-next{background: #ffffff url(../images/c_hright.png) no-repeat center; right:0}
.index_case_left .swiper-button-prev{background: #fff url(../images/c_hleft.png) no-repeat center; right:60px; left:auto;}
.index_case_left .swiper-button-prev:hover{background: #1b1b1b url(../images/c_left.png) no-repeat center;}
.index_case_left .swiper-button-next:hover{background: #1b1b1b url(../images/c_right.png) no-repeat center;}
.index_case_right{width:49.2%; height: auto; float: right; margin-top: 44px;}
.index_case_right li{width:49.2%; height: auto; float: left; position: relative; margin-bottom: 18px; overflow: hidden}
.index_case_right li img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_right li h4{width:100%; height:126px; background: url(../images/case_h.png) no-repeat center;; position: absolute; bottom: 0; left:0; color:#ffffff; font-size: 16px; text-align: center; padding-top: 80px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; opacity: 0}
.index_case_right li:nth-child(2n){float: right}
.index_case_right li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_case_right li:hover h4{opacity: 1}


/*优势*/
.index_youshi{width:100%; height:849px; background: url(../images/youshi_bjs.jpg) no-repeat center; position: relative}
.index_youshi_title{width:100%; height: auto; overflow: hidden; text-align: center; position: absolute; top:55px; left:0; z-index: 9}
.index_youshi_title h4{color:#ffffff; font-size: 30px; font-weight: bold; text-transform: uppercase}
.index_youshi_title h5{color:#ffffff; font-size: 24px; }
.index_youshi_title p{color:#fff; font-size: 16px; margin-top:12px;}
.index_youshi ul{width:100%; height:100%; }
.index_youshi ul li{width:25%; height: 100%; float: left; border-right:1px solid rgba(255,255,255,0.2); padding:250px 5% 0}
.in_ys_num{width:100%; height:115px; overflow: hidden; margin-bottom: 10px;}
.in_ys_num img{width:102px; height: auto; display: block; margin: 0px auto;}
.in_ys_num span{font-size: 116px; color: #F9A23A; font-weight: bold; font-family: "Arial"; text-align: center; display: none; line-height: 100px}
.in_ys_title{width:100%; height: auto; overflow: hidden}
.in_ys_title h3{color:#ffffff; font-size: 18px; font-weight: bold; text-align: center}
.in_ys_title h4{color:#ffffff; font-size: 16px; opacity: 0.3; text-align: center;line-height: 30px;}
.in_ys_title p{color:#ffffff; font-size: 16px; line-height:30px; margin-top: 20px; text-align: center; height: 120px; }
.in_ys_pic{width:100%; height: auto; text-align: center; margin-top: 40px;}
.in_ys_pic img{max-width: 100%}
.ys_hide{display: none}
.ys_show{margin-top: 60px}
.index_youshi ul li:hover .ys_show,.index_youshi ul li:hover .in_ys_num img{display: none}
.index_youshi ul li:hover .ys_hide,.index_youshi ul li:hover .in_ys_num span{display: block}






/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top:86px}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top: 84px;}
.index_news_top li{width:33.33%; height: auto; float:left; padding:22px; background: #eeeeee}
.index_news_pic{width:100%; height: auto; overflow: hidden}
.index_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_info{width:100%; height: auto; overflow: hidden; margin-top: 15px}
.index_news_info h3{width:100%; height: 40px; line-height: 40px; color:#333333; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_info p{width:100%; height: 60px; line-height: 30px; color:#666666; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-bottom: 8px;}
.index_news_info span{color:#666666; font-size: 16px; display: block}
.index_news_top li:nth-child(2){background: none; border: 1px solid #eeeeee}
.index_news_top li:nth-child(2) .index_news_info{margin-top: 0; margin-bottom: 15px}
.index_news_top li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news_top li:hover h3{color:#F9A23A; font-weight: bold;}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top: 20px;}
.index_news_bottom li{width:48%; height: auto; float: left; border-bottom: 1px solid #c7c7c7; padding-bottom: 15px; margin-top:40px}
.index_news_bottom li:nth-child(2n){float: right}
.index_news_time{width:70px;height: auto; float: left; text-align: center}
.index_news_time span{color:#333333; font-size: 42px; font-weight: bold;}
.index_news_xx{width:436px; height: auto; float: left; margin-left:12px;}
.index_news_xx h3{width:100%; line-height: 30px; height: 30px; color:#333333; font-size: 16px; text-overflow: ellipsis;overflow: hidden; white-space: nowrap; 
	margin-bottom:8px;}
.index_news_xx p{width:100%; line-height: 30px; height: 30px; color:#666666; font-size: 16px; text-overflow: ellipsis;overflow: hidden; white-space: nowrap}
.in_news_more{width:104px; height: 48px; float: right; background: #eeeeee; text-align: center; line-height: 48px; color: #333333; font-size: 16px; margin-top: 18px;}
.index_news_bottom li:hover .in_news_more{background: #F9A23A; color:#fff}







/*友情链接*/
.index_link{width:100%; height: auto; overflow: hidden; margin: 58px 0 30px }
.index_link i{width:102px; height:38px; float: left; background: url(../images/links.png) no-repeat center;}
.index_link_xx{margin-left:120px; height: auto; }
.index_link_xx a{color:#666666; font-size: 16px; line-height: 38px; margin: 0 10px; float: left}
.index_link_xx a:hover{color:#F9A23A}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:url(../images/footer_bjs.jpg) no-repeat center; background-size: cover; padding-top: 20px;}
.f_logo{width:146px; height: auto; display: block; margin: 0px auto; display: block}

.footer_xx{width:100%; height: auto; overflow: hidden; margin-top: 15px;}
.footer_xx li{width:22.1%; height:76px; line-height: 74px; border: 1px solid rgba(255,255,255,0.3); float: left; margin-right:0.5%;  display:table-cell;  text-align:center;  }
.footer_xx li:last-child{margin-right: 0}
.footer_xx li span{color:#fff; font-size: 16px;  display:inline-block; vertical-align:middle; margin-left: 8px}
.footer_xx li img{ display:inline-block; vertical-align:middle;}
.footer_xx li:nth-child(1){width:32%}
.footer_info{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.footer_input{width:79%; height: auto; float: left}
.footer_input dl{width:100%; height: auto; overflow: hidden; margin-bottom: 22px;}
.footer_input dl dt{color:#ffffff; font-size: 24px; float: left; font-weight: bold;}
.footer_input dl dd{color:#ffffff; font-size: 16px; float: left; margin-left: 8px; text-transform: uppercase; margin-top:10px;}
.footer_input p{width:27.1%; height: 63px; float: left; margin-right: 0.5%; background: rgba(255,255,255,0.1); position: relative}
.footer_input p input[type="text"]{width:100%;height: 100%; background: none; border: 0; padding: 0 10px; color:#fff; font-size: 16px;}
.f_submit{width:17%; height: 63px; float: right; background: #F9A23A; text-align: center; line-height: 63px; color:#fff; font-size: 16px; border: 0}
.f_submit:hover{background: #fff; cursor: pointer; color:#F9A23A}
.footer_ma{width:20%; height: auto; float: right}
.footer_ma dl{width:43%; height: auto; float: left; margin-left:7%}
.footer_ma dl dt{width:100%; height: auto; display: block}
.footer_ma dl dt img{width:100%; height: auto; display: block}
.footer_ma dl dd{width:100%; height:30px; line-height: 30px; color: #fff; font-size: 14px; text-align: center }



.footer_bottom{width:100%; height:84px; position: relative; border-top:1px solid rgba(255,255,255,0.1); margin-top: 35px}
.copy_bq{width:auto; height:84px; line-height:84px; position: relative; color:#ffffff; font-size:14px; float: left}
.copy_bq a{color:#ffffff; font-size:14px; margin-right: 10px;}
.copy_bq a:hover{color:#F9A23A!important}
.footer_zhichi{width:auto; height:100%; overflow: hidden; float: right; text-align:right; color:#FFF; line-height:84px;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#ffffff; line-height:84px; font-size: 14px;}
.footer_zhichi p a{ color:#ffffff; font-size: 14px;}
.footer_zhichi span{float: left; font-size:14px; color: #ffffff;}
.footer_zhichi i{ float: left;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:32px; margin-right: 10px}
.footer_zhichi .js{width:88px;height: 28px; background: url(../images/wl.png) no-repeat; margin-top:33px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}


/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#0084cd;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}






@media screen and (max-width:1680px){
	

	
}


@media screen and (max-width:1510px){
	.w1440{width:1200px;}
	.index_product_all{padding-left: 5%}
	.fen_hover{top:32%}
	
}

@media screen and (max-width:1440px){
	

	
}




.page-list{ display: none;}
.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 20px;}
.inside_banner p.ny_post,.inside_banner p.ny_post a{ text-align: center; color: #fff; font-size: 16px; cursor:pointer}
.inside_banner p.ny_post img{ margin-right: 10px;}
.inside_banner p.ny_post a:hover,.inside_banner p.ny_post span:hover{font-weight:bold; color:#F9A23A}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{background: #f7f6f4;position: relative;}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height: 90px; position: relative;}
.nav-wrap li a{font-size: 16px; padding: 0 40px; display:block}
.nav-wrap li a:hover{font-weight:bold; color:#F9A23A}

.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:22px; background: #F9A23A; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width: 32.6%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(3n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; width:100%; height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #F9A23A;}
.honor_list li:hover .gallery-title{ background: #F9A23A; color: #fff;}


/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top:60px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }
.ny_solution_img{width:240px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2; position:relative}
.ny_solution_img:after{content:""; width:100%; height:100%; position:absolute; top:0; left:0; background:rgba(0,91,172,0.5); opacity:0; transition: all 0.4s ease-in-out;}
.ny_product_all ul li:hover .ny_solution_img:after{opacity:1; transition: all 0.4s ease-in-out;}
 
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:796px; height:auto; float:left; margin-left: 50px; padding: 20px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;}
.ny_solution_xx p b{color:#353432}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_product_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover{border:1px solid #F9A23A;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more{font-size:16px; color:#666;width: 189px;display: block;line-height: 50px;text-align: center;height: 50px;background: #ddd;}
.yfzx_more:hover{background: #F9A23A;line-height: 30px; color: #fff; border: 1px solid #F9A23A; padding:10px;}
.ny_solution_xx .ny_yfzx_title h5{width:100%; height:auto; color:#333; font-size:20px;font-weight: bold; line-height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}



/*产品详情页*/
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:507px; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#F9A23A; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:650px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height: 50px; line-height: 50px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:58px; background: url(../images/dh1.png) no-repeat left center;padding-left: 52px;margin-top: 30px}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height: 70px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #F9A23A; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}


.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}

.ny_probt{width:100%; height:65px;}
.ny_probt li{width:100%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:18px;font-weight: bold;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}


.ny_hotnews{width:100%; height:auto; overflow: hidden; }
.ny_hotnews h3{width:100%; height:40px; background: #F9A23A; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px; margin-bottom:20px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#F9A23A}
.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#F9A23A; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:60px;}



/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:50px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 16px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top: 36px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:24%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#F9A23A}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_lx_dh,.ny_lx_dh p{width:100%; height:auto;  font-size: 16px; color: #333; line-height: 36px;}
.ny_list_all{width: 100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 60px;}



/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}

.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px;}
.ny_news_show img{max-width:100%}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #222;font-weight: bold   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #F9A23A; position: relative; line-height: 2.8; }
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size:18px; line-height:1.4; color: #000; padding: 15px 0; display: block;}

.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px;}
.inside_banner{ height: 400px; padding-top:180px; position:relative}
.inside_banner .in_header{position:absolute;}
.about1_ban{background:#0c60a8;}
.news1_ban{ background: #0c60a8;}
.contact1_ban{background:#0c60a8;}
.servic1e_ban{background: #0c60a8;}
.case1_ban{background: #0c60a8;}
.yyyg1_ban{background: #0c60a8;}
.yyly1_ban{background: #0c60a8;}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center bottom;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center bottom;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center bottom;}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center bottom;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center bottom;}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center bottom;}
.yyly_ban{background: url(../images/yyly_ban.jpg) no-repeat center bottom;}
.yyyg_ban{background: url(../images/yyyg_ban.jpg) no-repeat center bottom;}




/*二级导航*/
.ny_erji{width:1200px; height: auto; border-bottom: 1px solid #E4E4E4; margin: 20px auto 0; overflow:hidden}
.ny_erji a{ font-size: 16px; color: #4d4d4d; font-weight: bold; float: left; width:13%; text-align: center; height:50px; line-height: 50px; position: relative;}
.ny_erji a p{font-size: 16px; color: #4d4d4d; font-weight: bold;}
.ny_erji a:first-child{background: url(../images/ejdh.png) no-repeat left center;}
.ny_erji a:last-child{margin-right: 0}
.ny_erji a.active,.ny_erji a:hover{color:#F9A23A; font-size: 16px;}
.ny_erji a:hover:after,.ny_erji a.active:after{opacity: 1}
.ny_erji a:after{content: ""; width: 100%; height: 3px; background: #F9A23A; position: absolute; bottom:-1px; left:0; z-index: 9; opacity: 0}

.ny_erji_san{width:1200px; height:auto; display:block; margin:30px auto; overflow:hidden}
.ny_erji_san ul{width:100%; height:auto; overflow:hidden}
.ny_erji_san li{width:162px; height:40px; line-height:40px; background:#eee; color:#333; text-align:center; font-size:16px; float:left; margin-right:11px; margin-bottom:10px;}
.ny_erji_san li a{color:#333;  width:100%; height:auto; display:block;}
.ny_erji_san li:nth-child(7n){margin-right:0px}
.ny_erji_san li:hover{background:#F9A23A; color:#fff}
.ny_erji_san li.active{background:#F9A23A; color:#fff}
.ny_erji_san li.active a,.ny_erji_san li:hover a{color:#fff}